$Id: README,v 1.20 1998/09/24 01:11:37 donwm Exp $
Copyright (C) 1995 - 1998, Hewlett-Packard Company, all rights reserved.
Written by Eric Backus

This is the README file for E1432 examples directory.

This directory contains some example code showing how to use the E1432
Host Interface library to communicate with an E1432 module.  The
programs in this directory are all very small, so that they will be
easily understood and easy to copy into a real application.

The files in this directory are:

Makefile	A unix Makefile which can be used to compile all of
		the programs in this directory.

README		The file you are reading now.

detect.c	Shows how to use SICL calls to find the logical
		addresses of the E1432 modules in a system.

eavesdrop       Directory containing an example of doing eavesdrop
                monitoring while doing throughput to a LIF file system
                on an E1562.  For more info, see the README file in
                this directory.

example.c	Shows the basics of setting up an E1432, starting a
		measurement, and reading a block of data.

intr.c		Shows how to set up SICL and an E1432 to use
		interrupts for data collection.

octave.c	Shows how to make a basic Octave measurement.

src_intr.c	Shows how to set up SICL and an E1432 to use
		interrupts for source shutdown and for data
		collection.

src_zeroxing.c	Shows how to get an amplitude change and trigger out
                at sine zero crossing.  Also uses interrupts for data
                collection.

srcarb_intr.c	Shows how to set up SICL and an E1432 to use
		interrupts for arb source data transfer and for data
		collection.

srcarb_intr2.c	Shows how to set up SICL and an E1432 to use
		interrupts for arb source data transfer with an E1434 
                (or E1432/33 with source option) and up to 5 source 
                chans on at the same time.

srcmultichg.c	Shows how to change the sine frequency of multiple
		sources on the same sample, mantaining phase
		relationship between sources.

srcparb.c	Shows how to use periodic_AB arb, with polled data
		reading from inputs, without interrupts.

srcparb2.c	Shows how to use 5 channel periodic_AB arb, with e1434
		with or with out inputs, without interrupts.

srcparb3.c	Shows how to change the burst arb signal, on the fly,
		during a measurment, before manual arm.  The arb signal
		alternates between a sine wave, and a triangle wave.
		Note that buffer A and buffer B have different frequencies.
		This is derived fron srcarb2.c .

srcrandb.c	Shows how to do a burst random, and source autozero.

srcsineb.c	Shows how to do a burst sine, and source autozero.

srcspanbs.c	Shows how to have source span and blocksize different
		than inputs.

tachmon.c	Shows how to monitor a tach channel signal using the
		other inputs in the E1432 module.

throughput      Directory containing an example of doing throughput
                record and playback to a LIF file system on an E1562.
                For more info, see the README file in this directory.
